home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_16 / DoAction_2.as next >
Encoding:
Text File  |  2011-06-09  |  295 b   |  12 lines

  1. stop();
  2. _root.loc_sound = 30;
  3. _root.range = false;
  4. _root.distress = 0;
  5. if(_root.even4 == 1)
  6. {
  7.    _root.even4 = 2;
  8.    _root.lvl.hewitt.gotoAndStop(4);
  9.    _root.lvl.hewitt._xscale = - (_root.lvl.hewitt._y - 144) / 3.5;
  10.    _root.lvl.hewitt._yscale = (_root.lvl.hewitt._y - 144) / 3.5;
  11. }
  12.